Clarify the doc comment. (#118602)
authorMatthias Clasen <maclas@gmx.de>
Fri, 5 Mar 2004 22:36:05 +0000 (22:36 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 5 Mar 2004 22:36:05 +0000 (22:36 +0000)
Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>

* gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
doc comment.  (#118602)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeview.c

index 37be98c5f08605d1755e5531d90c04d3f909dbd7..d97a748890317bb8400eaff011deadafa2ede324 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+       doc comment.  (#118602)
+
 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
index 37be98c5f08605d1755e5531d90c04d3f909dbd7..d97a748890317bb8400eaff011deadafa2ede324 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+       doc comment.  (#118602)
+
 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
index 37be98c5f08605d1755e5531d90c04d3f909dbd7..d97a748890317bb8400eaff011deadafa2ede324 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+       doc comment.  (#118602)
+
 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
index 37be98c5f08605d1755e5531d90c04d3f909dbd7..d97a748890317bb8400eaff011deadafa2ede324 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+       doc comment.  (#118602)
+
 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
index 37be98c5f08605d1755e5531d90c04d3f909dbd7..d97a748890317bb8400eaff011deadafa2ede324 100644 (file)
@@ -1,3 +1,8 @@
+Fri Mar  5 23:37:16 2004  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): Clarify the
+       doc comment.  (#118602)
+
 Fri Mar  5 22:37:15 2004  Matthias Clasen  <maclas@gmx.de>
 
        * gtk/gtkbutton.c (gtk_button_construct_child): Don't let
index e2bcac24972a2efa63fa7b6e8a65e87112cb3fbc..3c5bc71414b964ee7fdfccb9f709bc863077a2f6 100644 (file)
@@ -10335,10 +10335,10 @@ gtk_tree_view_get_reorderable (GtkTreeView *tree_view)
  * #GtkTreeStore and #GtkListStore support these.  If @reorderable is %TRUE, then
  * the user can reorder the model by dragging and dropping rows.  The
  * developer can listen to these changes by connecting to the model's
- * signals.
+ * row_inserted and row_deleted signals.
  *
  * This function does not give you any degree of control over the order -- any
- * reorderering is allowed.  If more control is needed, you should probably
+ * reordering is allowed.  If more control is needed, you should probably
  * handle drag and drop manually.
  **/
 void